/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */

/* CONTENT - START */

/* ------------------------------------------------------------------------------------------------------------------ */

/* DESKTOP FIRST - GENERAL - START */

div.sports h1 {
    margin: 0 0 30px;
    font-size: 35px; text-transform: uppercase;
    color: #4f4229;
}

div.sports .sports-content {
    font-size: 15px;
    font-family: "PT_Serif-Web", Arial, sans-serif;
    line-height: 24px;
	color: #707070;
}

div.sports .sports-content h2 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgb(209,200,182);
    line-height: 0.1em;
    margin: 5px 0 10px;
}

div.sports .sports-content h2 span {
    background: rgb(247,246,245);
    padding: 0 20px;
    font-family: "aparaj", Arial, sans-serif;
    text-transform: uppercase;
    color: #a38853;
}

div.sports .sports-content h4 {
    font-family: "PT_Serif-Web", Arial, sans-serif;
    font-size: 15px;
    margin-top: 20px;
}

div.sports .sports-content a {
    color: #a38853;
}

div.sports .sports-content .introtext {
    margin: 0 0 45px;
}

div.sports .sports-content .introtext p {
    font-size: 15px;
	text-align: justify;
}

div.sports .sports-content .introtext p:not(:last-child) {
    margin-bottom: 15px;
}

div.sports .sports-content .introtext p:last-child {
    margin: 0;
}

div.sports .sports-content .regular-act p, div.sports .sports-content .information p {
    font-size: 15px;
    color: #707070;
}

div.sports .sports-content .regular-act {
    margin-bottom: 35px;
}

div.sports .sports-content .regular-act h2 {
    margin: 5px 0 35px;
}

div.sports .sports-content .regular-act .regular-act-row {
    padding: 25px;
    background-color: white;
    margin-bottom: 10px;
}

div.sports .sports-content .regular-act .regular-act-row:last-child {
    margin-bottom: 35px;
}

div.sports .sports-content .regular-act .regular-act-row h3 {
    width: 25%;
    float: left;
    font-family: "PT_Serif-Web", Arial, sans-serif;
    font-size: 18px;
    margin: 0;
    line-height: 22px;
}

div.sports .sports-content .regular-act .regular-act-row .regular-act-content {
    width: 75%;
    float: left;
    padding-left: 40px;
}

div.sports .sports-content .regular-act .regular-act-row .regular-act-content p {
    margin: 0 0 10px;
}

div.sports .sports-content .regular-act .regular-act-row .regular-act-content p:last-child {
    margin: 0;
}

div.sports .sports-content .information {
    padding-bottom: 40px;
}

div.sports .sports-content .information h2 {
    margin: 5px 0 35px;
}

div.sports .sports-content .information .information-row h3, div.sports .sports-content .information .information-row p {
    margin: 0;
}

div.sports .sports-content .information .information-row:not(:last-child) {
    margin-bottom: 20px;
}

div.sports .sports-content .information .information-row h3 {
    font-size: 15px;
    color: black;
    font-family: "PT_Serif-Web", Arial, sans-serif;
    margin-bottom: 12px;
}

/* DESKTOP FIRST - GENERAL - END */

/* ------------------------------------------------------------------------------------------------------------------ */

/* DESKTOP FIRST - MOBILE ONLY - START */

@media only screen and (max-width: 767px) {

    div.sports h1 {
        margin: 20px 0;
    }

    div.sports .sports-content .regular-act .regular-act-row h3 {
        width: 100%;
        float: none;
        margin-bottom: 12px;
    }

    div.sports .sports-content .regular-act .regular-act-row .regular-act-content {
        width: 100%;
        float: none;
        padding: 0;
    }

}

/* DESKTOP FIRST - MOBILE ONLY - END */

/* ------------------------------------------------------------------------------------------------------------------ */

/* CONTENT - END */

/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */